UnrolledList.remove

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool remove(T item)
  2. bool remove(T item)
    struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
    bool
    remove
    (
    const T item
    )

Meta